projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b1200a
)
(eshell-rewrite-for-command): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 29 Jan 2007 16:13:22 +0000
(16:13 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 29 Jan 2007 16:13:22 +0000
(16:13 +0000)
lisp/eshell/esh-cmd.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-cmd.el
b/lisp/eshell/esh-cmd.el
index cc81865057912694d9a3b177c140cacbf6741dca..2b48bad0166584dca9c561737b5e13cd4319bfd8 100644
(file)
--- a/
lisp/eshell/esh-cmd.el
+++ b/
lisp/eshell/esh-cmd.el
@@
-497,7
+497,7
@@
the second is ignored."
(defun eshell-rewrite-for-command (terms)
"Rewrite a `for' command into its equivalent Eshell command form.
Because the implementation of `for' relies upon conditional evaluation
-of its argum
b
ent (i.e., use of a Lisp special form), it must be
+of its argument (i.e., use of a Lisp special form), it must be
implemented via rewriting, rather than as a function."
(if (and (stringp (car terms))
(string= (car terms) "for")